Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit fcfe440a4b1f0d9e1bf6528181d1dbee3f742390


Parents : ffb46c3
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-04-24T17:50:34-05:00

docs: update README

Changes

1 files changed, 4 insertions(+), 8 deletions(-)

M README.md +4 -8

Diff

diff --git a/README.md b/README.md
index 1cf3fa91..12bac722 100644
--- a/README.md
+++ b/README.md
@@ -323,14 +323,10 @@ task build:all
Current version in this repo is `4.6.0`.
-- `package.json` is the JavaScript/Electron version source.
-- `meshchatx/src/version.py` is synced from `package.json` using:
-
-```bash
-pnpm run version:sync
-```
-
-For release consistency, keep version fields aligned where required (`package.json`, `pyproject.toml`, `meshchatx/__init__.py`).
+- **`package.json`** `version` is the only value you edit for a release bump.
+- Run **`pnpm run version:sync`** (also run at the start of **`pnpm run build`**) to propagate that version into **`pyproject.toml`**, **`meshchatx/src/version.py`**, **`THIRD_PARTY_NOTICES.txt`** (product line), **README** / **lang/README.\*** “current version” lines, **`docs/meshchatx_on_raspberry_pi.md`** pipx example, and **`packaging/arch/PKGBUILD`** helpers.
+- **`meshchatx.__version__`** is read from **`meshchatx/src/version.py`** without importing **`meshchatx.src`**, so a plain `import meshchatx` stays lightweight.
+- **Changelog** entries stay manual when you cut a release.
## Security


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────